home *** CD-ROM | disk | FTP | other *** search
/ Apple II Magazines (PO) / Bits and Bytes Volume 10, No. 03 (1988-10)(Apple Computing Enjoyment Society)(Side B).zip / Bits and Bytes Volume 10, No. 03 (1988-10)(Apple Computing Enjoyment Society)(Side B).po / BACKGAMMON.bas next >
BASIC Source File  |  1996-12-24  |  828b  |  14 lines

  1. 5  PRINT " position followed by a >space< and the position to
  2. 10  HOME : HTAB (16): PRINT "BACKGAMMON": PRINT : PRINT 
  3. 15  PRINT "  Board Positions are numbered from 24"
  4. 20  PRINT "to 1.  To move, type in the beginning"
  5. 25  PRINT "position, followed by a space, and the"
  6. 30  PRINT "position to move to (Ex:13 9)."
  7. 35  PRINT "  If you get knocked off of the board,"
  8. 40  PRINT "your beginning position is 25. To bring"
  9. 45  PRINT "a piece home, type H for the destination(Ex:1 H)."
  10. 50  PRINT : PRINT "I got this from the Apple/Boston Public": PRINT "Domain Library. For a Catalog write to:"
  11. 55  PRINT : PRINT "Apple/Boston": PRINT "c/o The Boston Computer Society": PRINT "1 Center Plaza, Boston,MA 02108"
  12. 60  PRINT : PRINT "Have Fun!": PRINT 
  13. 100  PRINT "PRESS ANY KEY TO START"
  14. 110  GET B$: PRINT  CHR$(4);"BRUN GAMMON.2.X": END